头部*/
.header {}
.logo img {
        max-width: 386px;
        max-height:200px;
    }
.headertop {
    height: 386px;
}

.topbar {
    padding-top: 14px;
}

.topbarleft {
    float: left;
    /* color:#fff; */
    font-size: 14px;
    color: #2B58A8;
}

.topbarleft a {
    color: #2B58A8;
    /* color:#fff; */
    padding-left: 15px;
}

.topbarright {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    /* color: #2B58A8; */
}

.topbarright a {
    font-size: 14px;
    /* color: #fff; */
    float: left;
    color: #2B58A8;
}

.topbarright span {
    font-size: 14px;
    /* color: #fff; */
    margin-right: 6px;
    margin-left: 6px;
    float: left;
    color: #2B58A8;
}

.topbarright a.grzx {
    background: #A81010;
    border-radius: 14px;
    font-size: 12px;
    padding: 0 12px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-right: 0px;
    color: #fff;
}

.topbarright p.ipv {
    float: left;
    font-size: 14px;
    border: 1px solid #2B58A8;
    /* border: 1px solid #fff; */
    border-radius: 12px;
    padding: 0 10px;
    color: #2b58a8;
}

.shrink {
    width: 32px;
    position: relative;
    cursor: pointer;
    float: right;
}

.shrink {
    position: relative;
    width: 24px;
    height: 18px;
    transition: all .3s;
    margin-left: 30px
}

.shrink i {
    background: #fff;
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    transition: all .3s
}

.shrink i:last-child {
    margin-bottom: 0
}

.shrink.close i:first-child {
    left: 0;
    top: 12px;
    transform: rotateZ(45deg);
    position: absolute
}

.shrink.close i:nth-child(2) {
    display: none
}

.shrink.close i:last-child {
    left: 0;
    top: 12px;
    transform: rotateZ(-45deg);
    position: absolute
}

.logo {
    position: relative;
    z-index: 22;
    margin-top: 17px;
}

/*20231020  s*/
#toolbarSwitchM,#ghbM{display:none}
/* 隐藏pc的左侧个人中心 */
.phoneid{
    display: none;
    background: #A81010;
    border-radius: 14px;
    font-size: 12px;
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff!important;
}
@media screen and (max-width: 414px) {
    .phoneid{display: inline-block;}
}
/*20231020  e*/
@media screen and (max-width: 991px) {
    .logo img {
        max-width: 90%;
    }
}

.search-box {
    width: 740px;
    margin: 15px auto 23px auto;
    ;
    overflow: hidden;
}

.search {
    height: 56px;

    width: 740px;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.search input {
    line-height: 56px;
    height: 56px;
    color: #333;
    font-size: 18px;
    background: #fff
        /*url(../images/public/searchicon.png) no-repeat  5% center*/
    ;
    border-radius: 30px;
    padding: 0 70px 0 30px;
    width: 100%;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search button {
    width: 125px;
    height: 56px;
    border-radius: 0 30px 30px 0;
    background: #2169D1;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 18px;
}

.search button img {
    margin-left: 6px;
    vertical-align: bottom;
}

.search-box .gjss {
    font-size: 18px;
    color: #1067b1;
    font-weight: bold;
    line-height: 66px;
    padding-left: 10px;
    float: right;
}

.search-box .rsc {
    font-size: 14px;
    color: #333;
    padding-left: 4%;
    line-height: 24px;
    padding-top: 11px;
}

.search-box .rsc a {
    padding-right: 12px;
}

@media screen and (max-width: 991px) {
    .search-box {
        width: 95%;
    }

    .search {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .search button {
        width: 60px;
        text-indent: -10000000px;
        overflow: hidden;
    }

    .search button img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
    }

    /*20231020  s*/
#toolbarSwitchM,#ghbM{display:inline;}
/*20231020  e*/
}

.header .nav {
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 20px;
}

.header .nav li {
    float: left;
    line-height: 55px;
    height: 55px;
    /*padding:0 39px;*/
}

.header .nav li a {
    font-size: 24px;
    color: #fff;
    position: relative;
}

.header .nav li a:before {
    content: "";
    width: 0px;
    height: 6px;
    background: none;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -14px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.header .nav li:hover {
    font-weight: bold;
}

.header .nav li.on {
    font-weight: bold;
}

.header .nav li.on a:before,
.header .nav li a:hover:before {
    width: 28px;
    border-radius: 3px;
    ;
    background: #fff;
}

.navdl {
    display: none;
}

@media screen and (max-width: 991px) {
    .header .nav {
        /* position: absolute; */
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        right: 0px;
        background: #407ed6;
        padding: 0 4%;
        display: none;
        z-index: 999;
    }

    .shrink.close {
        position: fixed;
        right: 5px;
        z-index: 1000;
    }

    .header .nav li {
        float: none;
        width: 100%;
        padding-left: 2%;
    }

    .header .nav li a {
        font-size: 18px;
    }

    .header .nav li.on a:before {
        width: 0px;
    }

    .navdl {
        display: block;
        width: 100%;
    }

    .navdl a {
        width: 133px;
        display: block;
        font-size: 18px;
        color: white;
        border: 1px solid #fff;
        border-radius: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
}

/*头部 test123